aboutsummaryrefslogtreecommitdiff
path: root/src/pages/g/[id].svelte
blob: 04fda925609f19f108faa66c8ad1973a7ab09d36 (plain)
1
2
3
4
5
6
<script>
  export let id;
</script>

<h1>Tag Index.</h1>
<p>This component lists topics for tag with id: {id}</p>